478479480481482483484
} if ( ! ( spec instanceof Map ) ) { throw new SpecException( "Shiftr expected a spec of Map type, got " + spec.getClass().getSimpleName() ); } rootSpec = new ShiftrCompositeSpec( ROOT_KEY, (Map<String, Object>) spec ); }
449450451452453454455
432433434435436437438