Package org.apache.camel.impl.engine
Class DefaultBeanIntrospection
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.impl.engine.DefaultBeanIntrospection
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.AfterPropertiesConfigured,org.apache.camel.CamelContextAware,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.BeanIntrospection,org.apache.camel.spi.HasCamelContext,org.apache.camel.StartupListener,org.apache.camel.StatefulService,org.apache.camel.StaticService,org.apache.camel.SuspendableService
public class DefaultBeanIntrospection
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.BeanIntrospection, org.apache.camel.CamelContextAware, org.apache.camel.StartupListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.camel.spi.BeanIntrospection
org.apache.camel.spi.BeanIntrospection.ClassInfo, org.apache.camel.spi.BeanIntrospection.MethodInfo -
Field Summary
Fields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterPropertiesConfigured(org.apache.camel.CamelContext camelContext) org.apache.camel.spi.BeanIntrospection.ClassInfocacheClass(Class<?> clazz) voidprotected voiddoInit()protected voiddoStop()findSetterMethods(Class<?> clazz, String name, boolean allowBuilderPattern, boolean allowPrivateSetter, boolean ignoreCase) longorg.apache.camel.CamelContextlongorg.apache.camel.LoggingLevelgetOrElseProperty(Object target, String propertyName, Object defaultValue, boolean ignoreCase) booleanbooleangetProperties(Object target, Map<String, Object> properties, String optionPrefix, boolean includeNull) getPropertyGetter(Class<?> type, String propertyName, boolean ignoreCase) getPropertySetter(Class<?> type, String propertyName) booleanvoidonCamelContextStarted(org.apache.camel.CamelContext context, boolean alreadyStarted) voidvoidsetCamelContext(org.apache.camel.CamelContext camelContext) voidsetExtendedStatistics(boolean extendedStatistics) voidsetLoggingLevel(org.apache.camel.LoggingLevel loggingLevel) booleansetProperty(org.apache.camel.CamelContext context, Object target, String name, Object value) booleansetProperty(org.apache.camel.CamelContext context, org.apache.camel.TypeConverter typeConverter, Object target, String name, Object value, String refName, boolean allowBuilderPattern, boolean allowPrivateSetter, boolean ignoreCase) Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doStart, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.Service
build, close, init, start, stopMethods inherited from interface org.apache.camel.ShutdownableService
shutdownMethods inherited from interface org.apache.camel.StartupListener
onCamelContextFullyStarted, onCamelContextStartingMethods inherited from interface org.apache.camel.StatefulService
getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspendingMethods inherited from interface org.apache.camel.SuspendableService
isSuspended, resume, suspend
-
Constructor Details
-
DefaultBeanIntrospection
public DefaultBeanIntrospection()
-
-
Method Details
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()- Specified by:
getCamelContextin interfaceorg.apache.camel.spi.HasCamelContext
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext) - Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-
getInvokedCounter
public long getInvokedCounter()- Specified by:
getInvokedCounterin interfaceorg.apache.camel.spi.BeanIntrospection
-
resetCounters
public void resetCounters()- Specified by:
resetCountersin interfaceorg.apache.camel.spi.BeanIntrospection
-
isExtendedStatistics
public boolean isExtendedStatistics()- Specified by:
isExtendedStatisticsin interfaceorg.apache.camel.spi.BeanIntrospection
-
setExtendedStatistics
public void setExtendedStatistics(boolean extendedStatistics) - Specified by:
setExtendedStatisticsin interfaceorg.apache.camel.spi.BeanIntrospection
-
getLoggingLevel
public org.apache.camel.LoggingLevel getLoggingLevel()- Specified by:
getLoggingLevelin interfaceorg.apache.camel.spi.BeanIntrospection
-
setLoggingLevel
public void setLoggingLevel(org.apache.camel.LoggingLevel loggingLevel) - Specified by:
setLoggingLevelin interfaceorg.apache.camel.spi.BeanIntrospection
-
cacheClass
- Specified by:
cacheClassin interfaceorg.apache.camel.spi.BeanIntrospection
-
clearCache
public void clearCache()- Specified by:
clearCachein interfaceorg.apache.camel.spi.BeanIntrospection
-
getCachedClassesCounter
public long getCachedClassesCounter()- Specified by:
getCachedClassesCounterin interfaceorg.apache.camel.spi.BeanIntrospection
-
getProperties
- Specified by:
getPropertiesin interfaceorg.apache.camel.spi.BeanIntrospection
-
getProperties
public boolean getProperties(Object target, Map<String, Object> properties, String optionPrefix, boolean includeNull) - Specified by:
getPropertiesin interfaceorg.apache.camel.spi.BeanIntrospection
-
getOrElseProperty
public Object getOrElseProperty(Object target, String propertyName, Object defaultValue, boolean ignoreCase) - Specified by:
getOrElsePropertyin interfaceorg.apache.camel.spi.BeanIntrospection
-
getPropertyGetter
public Method getPropertyGetter(Class<?> type, String propertyName, boolean ignoreCase) throws NoSuchMethodException - Specified by:
getPropertyGetterin interfaceorg.apache.camel.spi.BeanIntrospection- Throws:
NoSuchMethodException
-
getPropertySetter
- Specified by:
getPropertySetterin interfaceorg.apache.camel.spi.BeanIntrospection- Throws:
NoSuchMethodException
-
setProperty
public boolean setProperty(org.apache.camel.CamelContext context, org.apache.camel.TypeConverter typeConverter, Object target, String name, Object value, String refName, boolean allowBuilderPattern, boolean allowPrivateSetter, boolean ignoreCase) throws Exception - Specified by:
setPropertyin interfaceorg.apache.camel.spi.BeanIntrospection- Throws:
Exception
-
setProperty
public boolean setProperty(org.apache.camel.CamelContext context, Object target, String name, Object value) throws Exception - Specified by:
setPropertyin interfaceorg.apache.camel.spi.BeanIntrospection- Throws:
Exception
-
findSetterMethods
public Set<Method> findSetterMethods(Class<?> clazz, String name, boolean allowBuilderPattern, boolean allowPrivateSetter, boolean ignoreCase) - Specified by:
findSetterMethodsin interfaceorg.apache.camel.spi.BeanIntrospection
-
afterPropertiesConfigured
public void afterPropertiesConfigured(org.apache.camel.CamelContext camelContext) - Specified by:
afterPropertiesConfiguredin interfaceorg.apache.camel.AfterPropertiesConfigured
-
doInit
- Overrides:
doInitin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
doStop
- Overrides:
doStopin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
onCamelContextStarted
public void onCamelContextStarted(org.apache.camel.CamelContext context, boolean alreadyStarted) throws Exception - Specified by:
onCamelContextStartedin interfaceorg.apache.camel.StartupListener- Throws:
Exception
-