Uses of Class
in.erail.glue.DefaultValueProxy
-
Packages that use DefaultValueProxy Package Description in.erail.glue -
-
Uses of DefaultValueProxy in in.erail.glue
Methods in in.erail.glue that return types with arguments of type DefaultValueProxy Modifier and Type Method Description static BiFunction<Collection<ValueWithModifier>,DefaultValueProxy,Object>ProxyValueResolverRegistry. createArray(Class pClazz)static BiFunction<Collection<ValueWithModifier>,DefaultValueProxy,Object>ProxyValueResolverRegistry. createList(Class pClazz)static BiFunction<Collection<ValueWithModifier>,DefaultValueProxy,Object>ProxyValueResolverRegistry. createMap(Class pClazz)static BiFunction<Collection<ValueWithModifier>,DefaultValueProxy,Object>ProxyValueResolverRegistry. createSet(Class pClazz)static Map<Class,BiFunction<Collection<ValueWithModifier>,DefaultValueProxy,Object>>ProxyValueResolverRegistry. getClassToValue()
-