ContextualEnumerationSerializer

trait ContextualEnumerationSerializer extends ContextualSerializer
trait ContextualSerializer
class Object
trait Matchable
class Any

Value members

Inherited constructors

def this()
Inherited from
JsonSerializer

Concrete methods

override def createContextual(serializerProvider: SerializerProvider, beanProperty: BeanProperty): JsonSerializer[_]
Definition Classes
ContextualSerializer

Inherited methods

@throws(com.fasterxml.jackson.databind.JsonMappingException)
def acceptJsonFormatVisitor(x$0: JsonFormatVisitorWrapper, x$1: JavaType): Unit
Inherited from
JsonSerializer
def getDelegatee(): JsonSerializer[_ <: <FromJavaObject>]
Inherited from
JsonSerializer
def handledType(): Class[T]
Inherited from
JsonSerializer
def isEmpty(x$0: SerializerProvider, x$1: T): Boolean
Inherited from
JsonSerializer
def isUnwrappingSerializer(): Boolean
Inherited from
JsonSerializer
def properties(): Iterator[PropertyWriter]
Inherited from
JsonSerializer
def replaceDelegatee(x$0: JsonSerializer[_ <: <FromJavaObject>]): JsonSerializer[T]
Inherited from
JsonSerializer
@throws(java.io.IOException)
def serialize(x$0: T, x$1: JsonGenerator, x$2: SerializerProvider): Unit
Inherited from
JsonSerializer
@throws(java.io.IOException)
def serializeWithType(x$0: T, x$1: JsonGenerator, x$2: SerializerProvider, x$3: TypeSerializer): Unit
Inherited from
JsonSerializer
def unwrappingSerializer(x$0: NameTransformer): JsonSerializer[T]
Inherited from
JsonSerializer
def usesObjectId(): Boolean
Inherited from
JsonSerializer
def withFilterId(x$0: <FromJavaObject>): JsonSerializer[_ <: <FromJavaObject>]
Inherited from
JsonSerializer

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def isEmpty(x$0: T): Boolean
Deprecated
Inherited from
JsonSerializer