| Package | Description |
|---|---|
| net.lecousin.framework.io.serialization.annotations |
Annotations used for serialization and deserialization, to customize the process.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeSerializer.ToRule
Convert an annotation into a rule.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AttributeAnnotationToRuleOnAttribute<?>> |
AttributeAnnotationToRuleOnAttribute.getAnnotationToRules(Annotation a)
Search for implementations to convert the given annotation into a rule.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
AttributeAnnotationToRuleOnAttribute.Registry.register(Class<T> annotationType,
AttributeAnnotationToRuleOnAttribute<T> toRule)
Register a converter.
|
Copyright © 2019. All rights reserved.