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 void
MetaUtils.buildHints
(JsonReader reader, JsonObject jObj, Map<Class<?>, List<MetaUtils.ParameterHint>> hints, Set<String> fieldsAlreadyInHints) static double
MetaUtils.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 Object
MetaUtils.findAndConstructWithAppropriateConstructor
(Class<?> c, Map<Class<?>, List<MetaUtils.ParameterHint>> paramHints)