Uses of Class
org.apache.camel.spi.BeanIntrospection.ClassInfo
-
Packages that use BeanIntrospection.ClassInfo Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of BeanIntrospection.ClassInfo in org.apache.camel.spi
Methods in org.apache.camel.spi that return BeanIntrospection.ClassInfo Modifier and Type Method Description BeanIntrospection.ClassInfo
BeanIntrospection. cacheClass(Class<?> clazz)
Introspects the given class.
-