Uses of Class
org.eclipse.yasson.internal.InstanceCreator
-
Packages that use InstanceCreator Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.components -
-
Uses of InstanceCreator in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return InstanceCreator Modifier and Type Method Description InstanceCreatorJsonbContext. getInstanceCreator()Returns component for creating instances of non-parsed types. -
Uses of InstanceCreator in org.eclipse.yasson.internal.components
Methods in org.eclipse.yasson.internal.components with parameters of type InstanceCreator Modifier and Type Method Description static JsonbComponentInstanceCreatorJsonbComponentInstanceCreatorFactory. getComponentInstanceCreator(InstanceCreator creator)First check a CDI provider, if available use those.
-