Package org.apache.camel.dsl.yaml.common
Interface YamlDeserializerResolver
-
- All Superinterfaces:
org.apache.camel.Ordered
public interface YamlDeserializerResolver extends org.apache.camel.Ordered
-
-
Field Summary
Fields Modifier and Type Field Description static intORDER_DEFAULTstatic intORDER_HIGHESTstatic intORDER_LOWEST
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetOrder()default org.snakeyaml.engine.v2.api.ConstructNoderesolve(Class<?> type)org.snakeyaml.engine.v2.api.ConstructNoderesolve(String id)
-
-
-
Field Detail
-
ORDER_DEFAULT
static final int ORDER_DEFAULT
- See Also:
- Constant Field Values
-
ORDER_HIGHEST
static final int ORDER_HIGHEST
- See Also:
- Constant Field Values
-
ORDER_LOWEST
static final int ORDER_LOWEST
- See Also:
- Constant Field Values
-
-