Uses of Class
org.apache.johnzon.jsonb.api.experimental.PolymorphicConfig
-
Packages that use PolymorphicConfig Package Description org.apache.johnzon.jaxrs.jsonb.jaxrs org.apache.johnzon.jsonb.api.experimental -
-
Uses of PolymorphicConfig in org.apache.johnzon.jaxrs.jsonb.jaxrs
Methods in org.apache.johnzon.jaxrs.jsonb.jaxrs that return PolymorphicConfig Modifier and Type Method Description private PolymorphicConfig
JsonbJaxrsProvider. getOrCreatePolymorphicConfig()
-
Uses of PolymorphicConfig in org.apache.johnzon.jsonb.api.experimental
Methods in org.apache.johnzon.jsonb.api.experimental that return PolymorphicConfig Modifier and Type Method Description PolymorphicConfig
PolymorphicConfig. withDeserializationPredicate(Predicate<Class<?>> deserializationPredicate)
PolymorphicConfig
PolymorphicConfig. withDiscriminator(String value)
PolymorphicConfig
PolymorphicConfig. withDiscriminatorMapper(Function<Class<?>,String> discriminatorMapper)
PolymorphicConfig
PolymorphicConfig. withSerializationPredicate(Predicate<Class<?>> serializationPredicate)
PolymorphicConfig
PolymorphicConfig. withTypeLoader(Function<String,Class<?>> typeLoader)
-