Uses of Class
com.cedarsoftware.util.io.MetaUtils.ParameterHint
Packages that use MetaUtils.ParameterHint
-
Uses of MetaUtils.ParameterHint in com.cedarsoftware.util.io
Method parameters in com.cedarsoftware.util.io with type arguments of type MetaUtils.ParameterHintModifier and TypeMethodDescriptionstatic voidMetaUtils.buildHints(JsonReader reader, JsonObject jObj, Map<Class<?>, List<MetaUtils.ParameterHint>> hints, Set<String> fieldsAlreadyInHints) static doubleMetaUtils.fillArgsWithHints(Parameter[] parameters, Object[] arguments, Map<Class<?>, List<MetaUtils.ParameterHint>> hints) Return an Object[] of instance values that can be passed into a given Constructor.static ObjectMetaUtils.findAndConstructWithAppropriateConstructor(Class<?> c, Map<Class<?>, List<MetaUtils.ParameterHint>> paramHints)