public class InclusionRuleFactory
extends java.lang.Object
AbstractInclusionRule descendants.| Modifier and Type | Method and Description |
|---|---|
static AbstractInclusionRule |
get(java.lang.annotation.Annotation annotation)
Constructs an
AbstractInclusionRule descendant. |
public static AbstractInclusionRule get(java.lang.annotation.Annotation annotation)
AbstractInclusionRule descendant.annotation - an EserialAnnotation annotationAbstractInclusionRule for the given annotationEserialMissingInclusionRuleException - if the given annotation is null or
no AbstractInclusionRule exists for that EserialAnnotation