Uses of Class
org.apache.camel.dataformat.bindy.annotation.LinkType
-
Packages that use LinkType Package Description org.apache.camel.dataformat.bindy.annotation -
-
Uses of LinkType in org.apache.camel.dataformat.bindy.annotation
Methods in org.apache.camel.dataformat.bindy.annotation that return LinkType Modifier and Type Method Description LinkType
linkType()
Type of link identifying the relation between the classesstatic LinkType
LinkType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinkType[]
LinkType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-