Class ModelDeserializers.ServiceCallServiceChooserConfigurationDeserializer

  • All Implemented Interfaces:
    org.snakeyaml.engine.v2.api.ConstructNode
    Enclosing class:
    ModelDeserializers

    public static class ModelDeserializers.ServiceCallServiceChooserConfigurationDeserializer
    extends org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration newInstance()  
      protected boolean setProperty​(org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration target, String propertyKey, String propertyName, org.snakeyaml.engine.v2.nodes.Node node)  
      • Methods inherited from class org.apache.camel.dsl.yaml.common.YamlDeserializerBase

        construct, getType, handleUnknownProperty, newInstance, setProperties
      • Methods inherited from class org.apache.camel.dsl.yaml.common.YamlDeserializerSupport

        asBoolean, asByteArray, asByteArray, asClass, asClass, asClassArray, asClassArray, asDouble, asEndpoint, asEndpoint, asFlatCollection, asFlatList, asFlatSet, asInt, asLong, asMap, asMappingNode, asNestedCollection, asNestedList, asNestedSet, asScalarMap, asSequenceNode, asStringList, asStringList, asStringSet, asStringSet, asText, asType, getDeserializationContext, getNamedNode, nodeAt, setDeserializationContext, setSteps
      • Methods inherited from interface org.snakeyaml.engine.v2.api.ConstructNode

        constructRecursive
    • Constructor Detail

      • ServiceCallServiceChooserConfigurationDeserializer

        public ServiceCallServiceChooserConfigurationDeserializer()
    • Method Detail

      • newInstance

        protected org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration newInstance()
        Specified by:
        newInstance in class org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration>
      • setProperty

        protected boolean setProperty​(org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration target,
                                      String propertyKey,
                                      String propertyName,
                                      org.snakeyaml.engine.v2.nodes.Node node)
        Overrides:
        setProperty in class org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration>