Modifier and Type | Class and Description |
---|---|
static class |
TypeFilters.RegExp |
static class |
TypeFilters.TypeName |
Modifier and Type | Method and Description |
---|---|
static TypeFilter |
TypeFilters.allowAll() |
static TypeFilter |
TypeFilters.allowNone() |
static TypeFilter |
TypeFilters.regexp(Collection<String> patterns) |
static TypeFilter |
TypeFilters.regexp(String... patterns) |
static TypeFilter |
TypeFilters.typeNames(Collection<String> types) |
static TypeFilter |
TypeFilters.typeNames(String... types) |
static TypeFilter |
TypeFilters.types(Class<?>... types) |
static TypeFilter |
TypeFilters.types(Collection<Class<?>> types) |
static TypeFilter |
TypeFilters.valueOf(String definition) |
Modifier and Type | Method and Description |
---|---|
List<TypeFilter> |
SnakeYAMLDataFormat.getTypeFilters() |
Modifier and Type | Method and Description |
---|---|
void |
SnakeYAMLDataFormat.addTypeFilters(TypeFilter... typeFilters) |
Modifier and Type | Method and Description |
---|---|
void |
SnakeYAMLDataFormat.addTypeFilters(Collection<TypeFilter> typeFilters) |
void |
SnakeYAMLDataFormat.setTypeFilters(List<TypeFilter> typeFilters)
Set the types SnakeYAML is allowed to un-marshall
|
Apache Camel