public interface SerializationContextPattern
| Modifier and Type | Interface and Description |
|---|---|
static class |
SerializationContextPattern.OnClass
Context on a specific class.
|
static class |
SerializationContextPattern.OnClassAttribute
Context on a specific attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEquivalent(SerializationContextPattern p)
Check if the given context is equivalent to this one.
|
boolean |
matches(SerializationClass type,
SerializationContext context)
Check if the given context matches this pattern.
|
boolean |
matches(SerializationClass type,
SerializationContext context,
SerializationClass.Attribute attribute)
Check if the given context matches this pattern.
|
boolean |
matches(SerializationContext context)
Check if the given context matches this pattern.
|
boolean matches(SerializationClass type, SerializationContext context)
boolean matches(SerializationClass type, SerializationContext context, SerializationClass.Attribute attribute)
boolean matches(SerializationContext context)
boolean isEquivalent(SerializationContextPattern p)
Copyright © 2019. All rights reserved.