public static final class SerializerCache.TypeKey extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
_class |
protected int |
_hashCode |
protected boolean |
_isTyped
Indicator of whether serializer stored has a type serializer
wrapper around it or not; if not, it is "untyped" serializer;
if it has, it is "typed"
|
protected JavaType |
_type |
Constructor and Description |
---|
TypeKey(Class<?> key,
boolean typed) |
TypeKey(JavaType key,
boolean typed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
resetTyped(Class<?> cls) |
void |
resetTyped(JavaType type) |
void |
resetUntyped(Class<?> cls) |
void |
resetUntyped(JavaType type) |
String |
toString() |
protected int _hashCode
protected Class<?> _class
protected JavaType _type
protected boolean _isTyped
public TypeKey(Class<?> key, boolean typed)
public TypeKey(JavaType key, boolean typed)
Copyright © 2016 JBoss by Red Hat. All rights reserved.