212213214215216217218
} if ( ! ( spec instanceof Map) ) { throw new SpecException( "CardinalityTransform expected a spec of Map type, got " + spec.getClass().getSimpleName() ); } rootSpec = new CardinalityCompositeSpec( ROOT_KEY, (Map<String, Object>) spec ); }
196197198199200201202