| Package | Description |
|---|---|
| org.rapidoid.beany | |
| org.rapidoid.cls | |
| org.rapidoid.serialize |
| Modifier and Type | Method and Description |
|---|---|
TypeKind |
MapProp.getRawTypeKind() |
TypeKind |
Prop.getRawTypeKind() |
TypeKind |
BeanProp.getRawTypeKind() |
TypeKind |
MapProp.getTypeKind() |
TypeKind |
Prop.getTypeKind() |
TypeKind |
BeanProp.getTypeKind() |
| Modifier and Type | Method and Description |
|---|---|
static TypeKind |
Cls.kindOf(Class<?> type) |
static TypeKind |
Cls.kindOf(Object value) |
static TypeKind |
TypeKind.of(Object value) |
static TypeKind |
TypeKind.ofType(Class<?> type) |
static TypeKind |
TypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeKind[] |
TypeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractTypeSpecificFactory.create(T context,
TypeKind kind) |
protected R |
AbstractTypeSpecificVisitor.dispatch(T context,
TypeKind kind,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected static TypeKind |
Ser.kind(int kindCode) |
| Modifier and Type | Method and Description |
|---|---|
protected static byte |
Ser.code(TypeKind kind) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.