Package | Description |
---|---|
org.apache.johnzon.jaxrs.jsonb.jaxrs | |
org.apache.johnzon.jsonb.api.experimental |
Modifier and Type | Method and Description |
---|---|
private PolymorphicConfig |
JsonbJaxrsProvider.getOrCreatePolymorphicConfig() |
Modifier and Type | Method and 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) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.