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 int
ORDER_DEFAULT
static int
ORDER_HIGHEST
static int
ORDER_LOWEST
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
getOrder()
default org.snakeyaml.engine.v2.api.ConstructNode
resolve(Class<?> type)
org.snakeyaml.engine.v2.api.ConstructNode
resolve(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
-
-