Uses of Interface
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeComplex.Instantiator
Packages that use TypeComplex.Instantiator
Package
Description
-
Uses of TypeComplex.Instantiator in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return TypeComplex.InstantiatorModifier and TypeMethodDescriptionstatic TypeComplex.InstantiatorComplexValueImpl.createFor(TypeComplex type) -
Uses of TypeComplex.Instantiator in de.fraunhofer.iosb.ilt.frostclient.model.property.type
Methods in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type TypeComplex.InstantiatorModifier and TypeMethodDescriptionvoidTypeComplex.setInstantiator(TypeComplex.Instantiator instantiator) Constructors in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type TypeComplex.InstantiatorModifierConstructorDescriptionTypeComplex(String name, String description, boolean openType, TypeComplex.Instantiator instantiator, com.fasterxml.jackson.core.type.TypeReference typeReference) TypeComplex(String name, String description, boolean openType, TypeComplex.Instantiator instantiator, com.fasterxml.jackson.databind.JsonDeserializer jd, com.fasterxml.jackson.databind.JsonSerializer js) TypeComplex(String name, String description, TypeComplex.Instantiator instantiator, com.fasterxml.jackson.core.type.TypeReference typeReference)