A B C D E F G H I J K L M N O P R S T U V W X Y

G

get(int) - Method in class jfun.util.ArrayAsList
 
get(int) - Method in class jfun.util.IntArray
Get the int value at a certain index.
get(Component, Object) - Static method in class jfun.yan.Components
To create a Component object that calls method "get" against the java.util.Map object instantiated by another Component.
get() - Method in class jfun.yan.factory.SimplePool
Get the pooled instance.
get(Object) - Method in class jfun.yan.lifecycle.Lifecycle
To get a phase entry.
getAbsolutePath(File, File) - Static method in class jfun.util.Misc
Get the File object for the real path designated by root/path when path is relative, or path when it is absolute or starts with a '/'
getActualType() - Method in exception jfun.yan.TypeMismatchException
Get the actual argument type.
getAdder(String) - Method in class jfun.yan.xml.nut.NutDescriptor
To get the adder method for a given name.
getAdderType(String) - Method in class jfun.yan.xml.nut.NutDescriptor
To get the parameter type for a given adder method.
getAliases(String) - Method in class jfun.yan.spring.Container2ApplicationContext
Always returns empty.
getAlternative() - Method in class jfun.yan.util.resource.OrResourceLoader
Get the alternative resource.
getAnonymousAdder(Object) - Method in class jfun.yan.xml.nut.NutDescriptor
Get the adder method for adding sub-elements anonymously.
getApplicationContext() - Method in interface jfun.yan.spring.SpringContext
Get the spring BeanFactory object.
getApplicationContext() - Method in class jfun.yan.xml.nuts.spring.SpringBeanNut
 
getApplicationContext() - Method in class jfun.yan.xml.nuts.spring.SpringCtorNut
 
getApplicationContext() - Method in class jfun.yan.xml.nuts.spring.SpringMethodNut
 
getApplicationContext() - Method in class jfun.yan.xml.nuts.spring.SpringService
Get the ApplicationContext object.
getArgList() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
 
getArgs() - Method in class jfun.yan.xml.nuts.Args
 
getArgs() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
 
getArgs() - Method in class jfun.yan.xml.nuts.FunctionCallNut
 
getArgs() - Method in class jfun.yan.xml.nuts.optional.WithArgumentsNut
 
getArgument(Signature, int, Class) - Method in interface jfun.yan.Dependency
Get an instance of an argument.
getArgument(Signature, int, Class) - Method in class jfun.yan.ManualDependency
 
getArgument(Signature, int, Class) - Method in class jfun.yan.SimpleDependency
 
getArray() - Method in class jfun.yan.element.ArrayStore
Get the array object to store the component instances.
getArrayHashcode(Object[]) - Static method in class jfun.util.Misc
Get the hashcode for an array of objects using value semantics.
getArrayObject() - Method in class jfun.yan.element.AnyArrayStore
Get the array object that stores the elements.
getArrayType(Class) - Static method in class jfun.util.Misc
Get the array type of a Class object.
getAsText() - Method in class jfun.util.beans.ClassEditor
 
getAsText() - Method in class jfun.util.beans.DateEditor
 
getAsText() - Method in class jfun.util.beans.FileEditor
 
getAsText() - Method in class jfun.util.beans.LocaleEditor
 
getAsText() - Method in class jfun.util.beans.TimeZoneEditor
 
getAsText() - Method in class jfun.util.beans.URIEditor
 
getAsText() - Method in class jfun.util.beans.URLEditor
 
getAutoWire() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
Get the specified autowire mode.
getAutowireWithoutAwareMarkerInterfaces(PropertyBinder) - Static method in class jfun.yan.spring.SpringUtils
Decorate an autowiring mode by filtering out Spring XXXAware marker interfaces.
getBase() - Static method in class jfun.util.WorkingDirectory
To get the current base directory.
getBaseDir() - Method in interface jfun.yan.xml.NutEnvironment
Get the base directory setting of the system.
getBaseDir() - Method in class jfun.yan.xml.NutsProcessor
To get the base directory used by the processor.
getBean(String) - Method in class jfun.yan.spring.Container2ApplicationContext
Get a bean object.
getBean(String, Class) - Method in class jfun.yan.spring.Container2ApplicationContext
Get a bean object.
getBeanClass() - Method in exception jfun.util.beans.BeanPropertyException
Get the type that this property is concerned with.
getBeanDefinitionCount() - Method in class jfun.yan.spring.Container2ApplicationContext
Get the number of components registered under a string key.
getBeanDefinitionNames() - Method in class jfun.yan.spring.Container2ApplicationContext
Get all the component keys that are of String type.
getBeanDefinitionNames(Class) - Method in class jfun.yan.spring.Container2ApplicationContext
retrieves the string keys of all components whose's static instance type is a subtype of the required type.
getBeanNamesForType(Class) - Method in class jfun.yan.spring.Container2ApplicationContext
retrieves the string keys of all components whose's static instance type is a subtype of the required type.
getBeanNamesForType(Class, boolean, boolean) - Method in class jfun.yan.spring.Container2ApplicationContext
 
getBeanPostProcessor(int) - Method in class jfun.yan.xml.nuts.spring.BeanPostProcessorQueue
Get a BeanPostProcessor component.
getBeansOfType(Class) - Method in class jfun.yan.spring.Container2ApplicationContext
Get the (String,Object) map of all components with the given type.
getBeansOfType(Class, boolean, boolean) - Method in class jfun.yan.spring.Container2ApplicationContext
Get the (String,Object) map of all components with the given type.
getBeanType() - Method in class jfun.util.beans.Bean
Get the BeanType object for this object.
getBegin() - Method in class jfun.yan.element.AnyArrayStore
Get the begin index.
getBinder() - Method in class jfun.yan.xml.nuts.BindNut
 
getBinder() - Method in class jfun.yan.xml.nuts.DelegatingBinderNut
 
getBinder() - Method in class jfun.yan.xml.nuts.optional.BinderCase
 
getBinder() - Method in class jfun.yan.xml.nuts.optional.BinderDefault
 
getBody() - Method in class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut
 
getChild() - Method in class jfun.yan.containers.InheritedRegistrar
Get the child container.
getClassDescriptor(Class<T>) - Method in class jfun.yan.util.Introspector
Get the ClassDescriptor object for a class.
getClassLoader() - Method in class jfun.yan.util.resource.ClassLoader2ResourceLoader
 
getClassLoader() - Method in class jfun.yan.xml.NutsProcessor
To get the ClassLoader used to load component classes.
getClassLoader(ClassLoader, String, File) - Static method in class jfun.yan.xml.NutsUtils
To get a ClassLoader object that uses a base ClassLoader object as parent and alternatively searches a classpath if the class or resource is not found in parent.
getClasspath() - Method in class jfun.yan.xml.nuts.optional.PropertiesRegisterNut
 
getClassSource(Class) - Static method in class jfun.util.ClassPathLocator
Find the directory or jar file the class has been loaded from.
getClassSymbolName(String) - Static method in class jfun.util.StringUtils
Get the symbol name of a class name.
getCloser() - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To get the "closer" phase.
getColumnNo() - Method in class jfun.yan.xml.Location
Get the 1-based column number.
getComponent(Object) - Method in interface jfun.yan.ComponentMap
Gets a Component identified by a key.
getComponent(Object) - Method in class jfun.yan.containers.DelegatingContainer
 
getComponent(Object) - Method in class jfun.yan.containers.InheritedRegistrar
retrieves a component identified by a key.
getComponent(Object) - Method in class jfun.yan.containers.SimpleContainer
 
getComponent(Object) - Method in class jfun.yan.containers.SimpleRegistrar
 
getComponent(Object) - Method in class jfun.yan.DelegatingComponentMap
 
getComponent() - Method in class jfun.yan.spring.Component2FactoryBean
Get the component in this object.
getComponent() - Method in class jfun.yan.xml.nuts.DelegatingNut
 
getComponent() - Method in class jfun.yan.xml.nuts.SetterNut
 
getComponent1() - Method in class jfun.yan.xml.nuts.optional.BinaryNut
Get val1 as a component.
getComponent2() - Method in class jfun.yan.xml.nuts.optional.BinaryNut
Get val2 as a component.
getComponentClassLoader() - Method in class jfun.yan.xml.nut.Nut
Get the class loader used to load the component classes.
getComponentClassLoader() - Method in interface jfun.yan.xml.NutEnvironment
Get the class loader used to load the component classes.
getComponentId() - Method in class jfun.yan.xml.UID
Get the id of the component within the containing module.
getComponentInfo(Component) - Static method in class jfun.yan.Introspector
Get the meta info about a component object.
getComponentKey() - Method in exception jfun.yan.AmbiguousComponentResolutionException
Gets the key for the component being resolved.
getComponentKey() - Method in interface jfun.yan.Dependency
Get the key of the component being resolved.
getComponentKey() - Method in class jfun.yan.ManualDependency
 
getComponentKey() - Method in exception jfun.yan.ParameterTypeMismatchException
Get the component key.
getComponentKey() - Method in exception jfun.yan.PropertyTypeMismatchException
Get the component key.
getComponentKey() - Method in class jfun.yan.SimpleDependency
 
getComponentKey() - Method in exception jfun.yan.UnresolvedComponentException
Get the component key.
getComponentKey() - Method in exception jfun.yan.UnsatisfiedComponentException
Get the component key.
getComponentMap() - Method in interface jfun.yan.Dependency
Get the ComponentMap object.
getComponentMap() - Method in class jfun.yan.ManualDependency
 
getComponentMap() - Method in class jfun.yan.SimpleDependency
 
getComponentMonitor() - Method in class jfun.yan.monitoring.ComponentMonitorQueue
To create a ComponentMonitor instance that sequentially invoke the corresponding methods of all the monitors in the queue.
getComponentOfType(Class<T>) - Method in interface jfun.yan.ComponentMap
Gets a Component object of a certain type.
getComponentOfType(Class<T>) - Method in class jfun.yan.containers.DelegatingContainer
 
getComponentOfType(Class<T>) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getComponentOfType(Class) - Method in class jfun.yan.containers.InheritedRegistrar
retrieves a component of a provided type.
getComponentOfType(Class<T>) - Method in class jfun.yan.containers.SimpleContainer
 
getComponentOfType(Class) - Method in class jfun.yan.containers.SimpleRegistrar
 
getComponentOfType(Class) - Method in class jfun.yan.DelegatingComponentMap
 
getComponents() - Method in interface jfun.yan.ComponentMap
Gets all components stored in this map.
getComponents() - Method in class jfun.yan.containers.DelegatingContainer
 
getComponents() - Method in class jfun.yan.containers.InheritedRegistrar
gets all components from both the parent container and the child container.
getComponents() - Method in class jfun.yan.containers.SimpleContainer
 
getComponents() - Method in class jfun.yan.containers.SimpleRegistrar
 
getComponents() - Method in class jfun.yan.DelegatingComponentMap
 
getComponentsOfType(Class<T>) - Method in interface jfun.yan.ComponentMap
Gets all component objects that are of a certain type.
getComponentsOfType(Class<T>) - Method in class jfun.yan.containers.DelegatingContainer
 
getComponentsOfType(Class<T>) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getComponentsOfType(Class) - Method in class jfun.yan.containers.InheritedRegistrar
retrieves all components of a provided type from both the parent container and the child container.
getComponentsOfType(Class<T>) - Method in class jfun.yan.containers.SimpleContainer
 
getComponentsOfType(Class) - Method in class jfun.yan.containers.SimpleRegistrar
 
getComponentsOfType(Class) - Method in class jfun.yan.DelegatingComponentMap
 
getComponentType() - Method in class jfun.yan.ComponentInfo
Get the property type.
getComponentType(Object) - Method in interface jfun.yan.Container
Get the type of a component identified by a key.
getComponentType(Object) - Method in class jfun.yan.containers.DelegatingContainer
 
getComponentType(Object) - Method in class jfun.yan.containers.SimpleContainer
 
getComponentType() - Method in exception jfun.yan.InvalidPropertyException
Get the component type.
getConstructor() - Method in class jfun.util.SerializableConstructor
Gets the encapsulated constructor object.
getConstructor(Class[], boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the Constructor object identified by an array of parameter types.
getConstructor(Class[]) - Method in class jfun.yan.util.ClassDescriptor
Get the public Constructor object identified by an array of parameter types.
getConstructor(boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the only one constructor declared in the type.
getConstructor() - Method in class jfun.yan.util.ClassDescriptor
Get the only one public constructor declared in the type.
getConstructor(int, boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the only one constructor declared in the type.
getConstructor(int) - Method in class jfun.yan.util.ClassDescriptor
Get the only one public constructor declared in the type.
getConstructor(Class<T>, int) - Static method in class jfun.yan.util.ReflectionUtil
To find the only public constructor with the expected number of formal parameters in the class.
getConstructor(Class<T>, int, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find the only public constructor with the expected number of formal parameters in the class.
getConstructor(Class<T>) - Static method in class jfun.yan.util.ReflectionUtil
To find the only public constructor in a class.
getConstructor(Class<T>, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find the only constructor in a class.
getConstructor(Class<T>, Class[]) - Static method in class jfun.yan.util.ReflectionUtil
To find a public constructor in a class.
getConstructor(Class<T>, Class[], boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find a constructor in a class.
getContainer() - Method in class jfun.yan.spring.Component2FactoryBean
Get the container in this object.
getContainer() - Method in class jfun.yan.spring.Container2ApplicationContext
Get the container in this object.
getContainer() - Method in class jfun.yan.xml.NutsProcessor
To get the container used by this processor.
getCreator() - Method in class jfun.yan.Creator2Component
Gets the Creator object adapted.
getDateFormat(String, Locale) - Static method in class jfun.util.DateUtil
Create a DateFormat object by using a Locale and a pattern.
getDateFormat(String, Locale, TimeZone) - Static method in class jfun.util.DateUtil
Create a DateFormat object by using a Locale, a TimeZone and a pattern.
getDeclarationSequence() - Method in class jfun.yan.xml.UID
Get the sequence number in the order of tag declaration.
getDeclaringClass() - Method in class jfun.yan.xml.nuts.ConstructorNut
Get the class that declares the constructor.
getDefault(Class) - Method in class jfun.yan.xml.nuts.LiteralNut
 
getDefault() - Method in class jfun.yan.xml.nuts.LiteralNut
 
getDefaultText() - Method in class jfun.yan.xml.nuts.LiteralNut
 
getDelegateTarget() - Method in class jfun.yan.containers.DelegatingContainer
Gets the Container object being delegated.
getDelegateTarget() - Method in class jfun.yan.containers.SimpleContainer
Gets the Registrar object being delegated.
getDelegateTarget() - Method in class jfun.yan.DelegatingComponent
Gets the Component object being delegated.
getDelegateTarget() - Method in class jfun.yan.DelegatingComponentMap
Gets the ComponentMap object being delegated.
getDelegateTarget() - Method in class jfun.yan.xml.DelegatingNutsFunction
To get the delegate target.
getDependency(Object, ComponentMap) - Method in interface jfun.yan.ComponentMap
Gets the Dependency object for a component key.
getDependency(Object) - Method in interface jfun.yan.Container
Get the dependency for a component key.
getDependency(Object) - Method in class jfun.yan.containers.DelegatingContainer
 
getDependency(Object, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getDependency(Object, ComponentMap) - Method in class jfun.yan.containers.InheritedRegistrar
Gets the Dependency object for a component identified by a key.
getDependency(Object, ComponentMap) - Method in class jfun.yan.containers.ManualWiringContainer
 
getDependency(Object, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getDependency(Object) - Method in class jfun.yan.containers.SimpleContainer
 
getDependency(Object, ComponentMap) - Method in class jfun.yan.containers.SimpleRegistrar
This uses SimpleDependency which resolves parameters and arguments by type.
getDependency(Object, ComponentMap) - Method in class jfun.yan.DelegatingComponentMap
 
getDependencyOfType(Class, ComponentMap) - Method in interface jfun.yan.ComponentMap
Gets the Dependency object for a component instance type.
getDependencyOfType(Class) - Method in interface jfun.yan.Container
Get the dependency for a component type.
getDependencyOfType(Class) - Method in class jfun.yan.containers.DelegatingContainer
 
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.containers.InheritedRegistrar
Gets the Dependency object for a component of a provided type.
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.containers.ManualWiringContainer
 
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getDependencyOfType(Class) - Method in class jfun.yan.containers.SimpleContainer
 
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.containers.SimpleRegistrar
This uses SimpleDependency which resolves parameters and arguments by type.
getDependencyOfType(Class, ComponentMap) - Method in class jfun.yan.DelegatingComponentMap
 
getDependencyTrace() - Method in exception jfun.yan.xml.CyclicModuleDependencyException
Get the dependency trace that caused the cycle.
getDestructionAwares() - Method in class jfun.yan.xml.nuts.spring.SpringService
Get all the DestructionAwareBeanPostProcessor components.
getDisplayName() - Method in class jfun.yan.spring.Container2ApplicationContext
 
getDisposer() - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To get the "disposer" phase.
getDisposer() - Method in class jfun.yan.xml.nuts.ConstructorNut
 
getDisposer() - Method in interface jfun.yan.xml.nuts.LifecycleDeclaration
 
getDisposer() - Method in class jfun.yan.xml.nuts.MethodNut
 
getEditorClass() - Method in class jfun.yan.util.deserializer.PropertyEditorDeserializer
 
getElements() - Method in class jfun.yan.xml.nuts.CollectionNut
 
getElse() - Method in class jfun.yan.xml.nuts.optional.ConditionalNut
 
getEnd() - Method in class jfun.yan.element.AnyArrayStore
Get the non-inclusive end index.
getEntryComponents() - Method in class jfun.yan.xml.nuts.EntriesNut
 
getEvaluationSequence() - Method in class jfun.yan.xml.UID
Get the sequence number in the order of tag evaluation.
getEvaluator() - Method in class jfun.yan.xml.nut.NutDescriptor
Get the Evaluator object that evaluates a Nut object.
getExceptionHandler() - Method in class jfun.yan.lifecycle.Phase
To get the exception handler of this phase.
getExpectedType() - Method in exception jfun.yan.TypeMismatchException
Get the expected type.
getFactory(Object, ComponentMap) - Method in interface jfun.yan.Container
Create an instance of Factory for a component identified by a key.
getFactory(Object) - Method in interface jfun.yan.Container
Create an instance of Factory for a component identified by a key.
getFactory(Object, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getFactory(Object) - Method in class jfun.yan.containers.DelegatingContainer
 
getFactory(Object, ComponentMap) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getFactory(Object) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getFactory(Object, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getFactory(Object) - Method in class jfun.yan.containers.SimpleContainer
 
getFactoryBean(Container, Object) - Static method in class jfun.yan.spring.SpringAdapter
Get FactoryBean instance from a Spring integrated Container object.
getFactoryOfType(Class<T>, ComponentMap) - Method in interface jfun.yan.Container
Create an instance of Factory for a component of the provided type.
getFactoryOfType(Class<T>) - Method in interface jfun.yan.Container
Create an instance of Factory for a component of the provided type.
getFactoryOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getFactoryOfType(Class<T>) - Method in class jfun.yan.containers.DelegatingContainer
 
getFactoryOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getFactoryOfType(Class<T>) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getFactoryOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getFactoryOfType(Class<T>) - Method in class jfun.yan.containers.SimpleContainer
 
getFaultHandlers() - Method in class jfun.yan.xfire.ServiceBean
 
getFaultHandlers() - Method in class jfun.yan.xfire.ServiceNut
 
getField() - Method in class jfun.util.SerializableField
Get the encapsulated Field object.
getField(String, boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the Field object identified by name.
getField(String) - Method in class jfun.yan.util.ClassDescriptor
Get the public Field object identified by name.
getField(Class, String) - Static method in class jfun.yan.util.ReflectionUtil
To find a public field in a class.
getField(Class, String, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find a field in a class.
getFile() - Method in class jfun.yan.xml.nuts.optional.PropertiesRegisterNut
 
getFunction() - Method in class jfun.yan.ParameterEntry
Gets the function object.
getFunction() - Method in class jfun.yan.xml.nuts.FunctionCallNut
 
getId() - Method in interface jfun.yan.spring.SpringContext
Get the id used to declare this component.
getId() - Method in class jfun.yan.xml.nut.Nut
Get the id of this tag.
getIds() - Method in class jfun.yan.xml.nuts.optional.RegisterNut
 
getImplementationClass() - Method in class jfun.yan.xfire.ServiceBean
 
getImplementationClass() - Method in class jfun.yan.xfire.ServiceNut
 
getInd() - Method in class jfun.yan.xml.nuts.Arg
 
getInd() - Method in class jfun.yan.xml.nuts.GetterNut
 
getInd() - Method in class jfun.yan.xml.nuts.optional.SubscriptNut
 
getInd() - Method in class jfun.yan.xml.nuts.SetterNut
 
getIndex(int) - Method in class jfun.yan.element.AnyArrayStore
Map an element to the real index on the array.
getIndexedPropertyType(String) - Method in class jfun.util.beans.BeanType
Get the type of an indexed property.
getIndexedReader(String) - Method in class jfun.util.beans.BeanType
Get the reader method for an indexed property.
getIndexedWriter(String) - Method in class jfun.util.beans.BeanType
Get the writer method for an indexed property.
getInHandlers() - Method in class jfun.yan.xfire.ServiceBean
 
getInHandlers() - Method in class jfun.yan.xfire.ServiceNut
 
getInitializer() - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To get the "init" phase.
getInitializer() - Method in class jfun.yan.xml.nuts.ConstructorNut
 
getInitializer() - Method in interface jfun.yan.xml.nuts.LifecycleDeclaration
 
getInitializer() - Method in class jfun.yan.xml.nuts.MethodNut
 
getInjectee() - Method in class jfun.yan.xml.nuts.optional.InjectNut
 
getInjectingProxy(ClassLoader, Class[], Object, Class, Mutation) - Static method in class jfun.yan.etc.InjectingProxy
To create a proxy that injects dependency into return values of the proxied methods.
getInjectingProxy(ClassLoader, Class, Object, Class, Mutation) - Static method in class jfun.yan.etc.InjectingProxy
To create a proxy that injects dependency into return values of the proxied methods.
getInjectingProxy(Class, Object, Class, Mutation) - Static method in class jfun.yan.etc.InjectingProxy
To create a proxy that injects dependency into return values of the proxied methods.
getInjectingProxy(Object, Class, Mutation) - Static method in class jfun.yan.etc.InjectingProxy
To create a proxy that injects dependency into return values of the proxied methods.
getInjection() - Method in class jfun.yan.xml.nuts.optional.InjectNut
 
getInjection() - Method in class jfun.yan.xml.nuts.optional.InjectorNut
 
getInjectorComponent(Class, Binder) - Static method in class jfun.yan.etc.InjectorHelper
To create a Component object that will instantiate an object that implements a certain injector interface.
getInstance(Object, ComponentMap) - Method in interface jfun.yan.Container
Create instance for a component identified by a key.
getInstance(Object) - Method in interface jfun.yan.Container
Create instance for a component identified by a key.
getInstance(Object) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstance(Object, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstance(Object, ComponentMap) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getInstance(Object) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getInstance(Object, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getInstance(Object) - Method in class jfun.yan.containers.SimpleContainer
 
getInstance(Factory<T>) - Method in class jfun.yan.factory.CachingPool
 
getInstance(Factory<T>) - Method in class jfun.yan.factory.GlobalScope
 
getInstance(Factory<T>) - Method in interface jfun.yan.factory.Pool
Apply the pooling strategy and return an instance from either the pool or the factory.
getInstance(Factory<T>) - Method in class jfun.yan.factory.SimplePool
 
getInstance(Factory<T>) - Method in class jfun.yan.factory.ThreadLocalScope
 
getInstanceField(Class, String) - Static method in class jfun.yan.util.ReflectionUtil
To find a public instance field in a class.
getInstanceField(Class, String, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find an instance field in a class.
getInstanceMethod(Class, String) - Static method in class jfun.yan.util.ReflectionUtil
To find a public instance method in a class.
getInstanceMethod(Class, String, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find an instance method in a class.
getInstanceMethod(Class, int, String) - Static method in class jfun.yan.util.ReflectionUtil
To find a public instance method in a class.
getInstanceMethod(Class, String, int, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find an instance method in a class.
getInstanceOfType(Class<T>, ComponentMap) - Method in interface jfun.yan.Container
Create component instance of the provided type.
getInstanceOfType(Class<T>) - Method in interface jfun.yan.Container
Create component instance of the provided type.
getInstanceOfType(Class<T>) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstanceOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstanceOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getInstanceOfType(Class<T>) - Method in class jfun.yan.containers.ImmutablePreferredContainer
 
getInstanceOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getInstanceOfType(Class<T>) - Method in class jfun.yan.containers.SimpleContainer
 
getInstances() - Method in interface jfun.yan.Container
Create instances of all the components stored in this container.
getInstances(Map) - Method in interface jfun.yan.Container
Create instances of all the components stored in this container.
getInstances(ComponentMap) - Method in interface jfun.yan.Container
Create instances of all the components stored in this container.
getInstances(Map, ComponentMap) - Method in interface jfun.yan.Container
Create instances of all the components stored in this container.
getInstances(Map, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstances(Map) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstances() - Method in class jfun.yan.containers.DelegatingContainer
 
getInstances(ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstances(Map) - Method in class jfun.yan.containers.SimpleContainer
 
getInstances() - Method in class jfun.yan.containers.SimpleContainer
 
getInstances(Map, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getInstances(ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getInstancesOfType(Class<T>, ComponentMap) - Method in interface jfun.yan.Container
Create component instances of a provided type.
getInstancesOfType(Class<T>) - Method in interface jfun.yan.Container
Create component instances of a provided type.
getInstancesOfType(Class<T>) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstancesOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.DelegatingContainer
 
getInstancesOfType(Class<T>, ComponentMap) - Method in class jfun.yan.containers.SimpleContainer
 
getInstancesOfType(Class<T>) - Method in class jfun.yan.containers.SimpleContainer
 
getInterfaces() - Method in class jfun.yan.xml.nuts.spring.SpringBeanNut
 
getInterfaces() - Method in class jfun.yan.xml.nuts.spring.SpringCtorNut
 
getInterfaces() - Method in class jfun.yan.xml.nuts.spring.SpringMethodNut
 
getKey() - Method in class jfun.yan.xml.nuts.MapEntry
 
getKey() - Method in class jfun.yan.xml.nuts.optional.GetKeyNut
 
getKey() - Method in class jfun.yan.xml.nuts.Prop
 
getKey_type() - Method in class jfun.yan.xml.nuts.EntriesNut
 
getKey_type() - Method in class jfun.yan.xml.nuts.MapEntry
 
GetKeyNut - Class in jfun.yan.xml.nuts.optional
Nut class for getting a value from a map.
GetKeyNut() - Constructor for class jfun.yan.xml.nuts.optional.GetKeyNut
 
getKeys() - Method in class jfun.yan.element.MapStore
Get the keys used to save component instances into map.
getKeys() - Method in class jfun.yan.xml.nuts.EntriesNut
 
getLifecycleManager() - Method in interface jfun.yan.xml.NutEnvironment
Get the lifecycle manager.
getLifecycleManager() - Method in class jfun.yan.xml.NutsProcessor
To get the lifecycle manager used by this processor.
getLineNo() - Method in class jfun.yan.xml.Location
Get the 1-based line number.
getList() - Method in class jfun.yan.element.ListStore
Get the list object storing the component instances.
getLocation() - Method in exception jfun.yan.xml.ConfigurationException
Get the location within the config file where the error happens.
getLocation() - Method in class jfun.yan.xml.DelegatingNutsFunction
 
getLocation() - Method in interface jfun.yan.xml.LocationAware
 
getLocationURLs(File) - Static method in class jfun.util.ClassPathLocator
Get an array or URLs representing all of the jar files in the given location.
getLocationURLs(File, String[]) - Static method in class jfun.util.ClassPathLocator
Get an array or URLs representing all of the files of a given set of extensions in the given location.
getManagedInstances() - Method in class jfun.yan.lifecycle.LifecycleManager
To get the managed LiveObject instances.
getMandatory() - Method in class jfun.yan.xml.nuts.DelegatingBinderNut
Get the binder object.
getMandatory() - Method in class jfun.yan.xml.nuts.DelegatingNut
Get the Component object.
getMandatoryBody() - Method in class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut
 
getMandatoryElements() - Method in class jfun.yan.xml.nuts.CollectionNut
Get the mandatory elements.
getMap() - Method in class jfun.yan.element.MapStore
Get the map storing the component instances.
getMaxArgsCount() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
Get the maximum number of the arguments.
getMessage(String, Object[], Locale) - Method in class jfun.yan.spring.Container2ApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class jfun.yan.spring.Container2ApplicationContext
 
getMessage(String, Object[], String, Locale) - Method in class jfun.yan.spring.Container2ApplicationContext
 
getMethod() - Method in class jfun.util.SerializableMethod
Get the encapsulated Method object.
getMethod() - Method in exception jfun.yan.ReturnTypeMismatchException
Get the problematic method.
getMethod(String, boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the method with a certain name.
getMethod(String) - Method in class jfun.yan.util.ClassDescriptor
Get the public method with a certain name.
getMethod(String, Class[], boolean) - Method in class jfun.yan.util.ClassDescriptor
Get the method identified by a signature.
getMethod(String, Class[]) - Method in class jfun.yan.util.ClassDescriptor
Get the public method identified by a signature.
getMethod(Class, String) - Static method in class jfun.yan.util.ReflectionUtil
To find a public method in a class.
getMethod(Class, String, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find a method in a class.
getMethod(Class, String, int) - Static method in class jfun.yan.util.ReflectionUtil
To find a public method in a class.
getMethod(Class, String, int, boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find a method in a class.
getMethod(Class, String, Class[]) - Static method in class jfun.yan.util.ReflectionUtil
To find a public method in a class with a certain signature.
getMethod(Class, String, Class[], boolean) - Static method in class jfun.yan.util.ReflectionUtil
To find a method in a class with a certain signature.
getModule() - Method in class jfun.yan.xml.Location
Get the module name.
getModuleId() - Method in class jfun.yan.xml.UID
Get the id of the containing module.
getMsg() - Method in class jfun.yan.xml.nuts.optional.FailNut
 
getMsg() - Method in class jfun.yan.xml.nuts.optional.PrintNut
 
getMutex() - Method in class jfun.yan.factory.SimplePool
Get the object that can be used to synchronize.
getName() - Method in interface jfun.yan.function.Function
Get the name of the signature.
getName() - Method in class jfun.yan.function.Property2Signature
 
getName() - Method in interface jfun.yan.function.Signature
Get the name of the signature.
getName() - Method in class jfun.yan.xfire.ServiceNut
 
getName() - Method in class jfun.yan.xml.DelegatingNutsFunction
 
getName() - Method in class jfun.yan.xml.nuts.GetterNut
 
getName() - Method in class jfun.yan.xml.nuts.LifecycleNut
 
getName() - Method in class jfun.yan.xml.nuts.MethodNut
 
getName() - Method in class jfun.yan.xml.nuts.SetterNut
 
getName(int) - Method in class jfun.yan.xml.nuts.spring.BeanPostProcessorQueue
Get the name of a BeanPostProcessor component.
getName() - Method in interface jfun.yan.xml.NutsFunction
Get the function name.
getNames() - Method in class jfun.yan.xml.nuts.optional.ForeachRegisterNut
 
getNamespace() - Method in class jfun.yan.xfire.ServiceNut
 
getNutClassLoader(String) - Method in class jfun.yan.xml.nut.Nut
Get a ClassLoader object that uses the current ClassLoader as parent, and tries an alternative classpath if the resource or class is not found.
getNutClassLoader() - Method in interface jfun.yan.xml.NutEnvironment
Get the class loader used to load the Nut tags.
getNutDescriptor(Class) - Method in class jfun.yan.xml.nut.NutIntrospector
Get a NutDescriptor for a Nut class.
getNutEnvironment() - Method in class jfun.yan.xml.nut.Nut
Get the environment that the Nut object is running in.
getNutEnvironment() - Method in interface jfun.yan.xml.nuts.LifecycleDeclaration
 
getNutKeys() - Method in class jfun.yan.xml.NutsProcessor
Get the set of keys of Nut descriptors.
getNutsProcessor(ClassLoader, ResourceLoader, ServletContext) - Method in class jfun.yan.web.YanLoader
Construct a NutsProcessor object based on the configuration information stored in ServletContext.
getObject() - Method in class jfun.util.beans.Bean
Get the Java bean object.
getObject() - Method in class jfun.yan.PropertyEntry
Gets the object that has the property.
getObject() - Method in class jfun.yan.spring.Component2FactoryBean
Instantiate the component.
getObjectType() - Method in class jfun.yan.spring.Component2FactoryBean
Get the static type of the component.
getObjType(Object, Class) - Static method in class jfun.yan.util.Utils
Get the type of an object.
getObjTypeName(Object, String) - Static method in class jfun.yan.util.Utils
Get the type name of an object.
getOf() - Method in class jfun.yan.xml.nuts.CollectionNut
 
getOf() - Method in class jfun.yan.xml.nuts.EntriesNut
 
getOf() - Method in class jfun.yan.xml.nuts.optional.Case
 
getOpener() - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To get the "open" phase.
getOrdinalPosition() - Method in exception jfun.yan.IrresolveableArgumentException
Get the ordinal position of the parameter.
getOrdinalPosition() - Method in class jfun.yan.ParameterEntry
Gets the ordinal position of the parameter.
getOrdinalPosition() - Method in exception jfun.yan.ParameterTypeMismatchException
Get the ordinal position of the parameter starting from 0.
getOriginal() - Method in interface jfun.yan.Dependency
To get the Dependency object before the current one is customized, if any.
getOriginal() - Method in class jfun.yan.ManualDependency
 
getOriginal() - Method in class jfun.yan.SimpleDependency
 
getOutHandlers() - Method in class jfun.yan.xfire.ServiceBean
 
getOutHandlers() - Method in class jfun.yan.xfire.ServiceNut
 
getPackageName(String) - Static method in class jfun.util.StringUtils
Gets the package name of a class name.
getParameterAutowireMode() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
Get the auto wire mode for parameters.
getParameterCount() - Method in class jfun.yan.ComponentInfo
Get the total number of parameters.
getParameterCount() - Method in class jfun.yan.xml.DelegatingNutsFunction
 
getParameterCount() - Method in interface jfun.yan.xml.NutsFunction
Get the number of parameters expected.
getParameterNames() - Method in class jfun.yan.xml.DelegatingNutsFunction
 
getParameterNames() - Method in interface jfun.yan.xml.NutsFunction
Get the names of the parameters.
getParameters() - Method in class jfun.yan.ComponentInfo
Get the parameters.
getParameterType() - Method in exception jfun.yan.IrresolveableArgumentException
Get the expected parameter type.
getParameterType() - Method in exception jfun.yan.IrresolveablePropertyException
Get the expected property type.
getParameterTypes() - Method in interface jfun.yan.function.Function
Gets the parameter types of the function.
getParameterTypes() - Method in class jfun.yan.function.Property2Signature
 
getParameterTypes() - Method in interface jfun.yan.function.Signature
Gets the parameter types of the function.
getParameterTypes() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
 
getParameterWiring(String) - Method in class jfun.yan.xml.nut.Nut
To get the ParameterBinder object that encapsulates the auto-wiring strategy for a autowire mode specified by the mode name.
getParameterWiring() - Method in class jfun.yan.xml.NutsProcessor
Get the default parameter auto wiring mode.
getParameterWiringMode(String, Location) - Method in interface jfun.yan.xml.NutEnvironment
Get the auto wiring mode specified by the mode name.
getParent() - Method in class jfun.yan.containers.InheritedRegistrar
Get the parent container.
getParent() - Method in interface jfun.yan.Dependency
Get the dependency for the parent component.
getParent() - Method in class jfun.yan.ManualDependency
 
getParent() - Method in class jfun.yan.SimpleDependency
 
getParent() - Method in class jfun.yan.spring.Container2ApplicationContext
 
getParentBeanFactory() - Method in class jfun.yan.spring.Container2ApplicationContext
 
getPhaseKey() - Method in class jfun.yan.lifecycle.Phase
To get the key of this phase.
getPooledInstance(T) - Method in class jfun.yan.factory.CachingPool
 
getPooledInstance(T) - Method in class jfun.yan.factory.GlobalScope
 
getPooledInstance(T) - Method in interface jfun.yan.factory.Pool
Get the instance that's already pooled.
getPooledInstance(T) - Method in class jfun.yan.factory.SimplePool
 
getPooledInstance(T) - Method in class jfun.yan.factory.ThreadLocalScope
 
getPrefix() - Method in class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut
 
getPrimary() - Method in class jfun.yan.util.resource.OrResourceLoader
Get the primary resource.
getProc(Object) - Method in class jfun.yan.lifecycle.LiveObject
Get the Procedure for a certain phase.
getProcedure() - Method in class jfun.yan.lifecycle.Lifecycle.Entry
To get the procedure to invoke.
getProcessorQueue() - Method in class jfun.yan.xml.nuts.spring.SpringService
Get all the BeanPostProcessor components.
getProducers() - Method in class jfun.yan.StoreBinder
 
getProperties() - Method in class jfun.yan.ComponentInfo
Get the properties.
getProperties() - Method in class jfun.yan.xfire.ServiceBean
 
getProperties() - Method in class jfun.yan.xfire.ServiceNut
 
getProperty(String) - Method in class jfun.util.beans.Bean
Get value for a property.
getProperty(String, int) - Method in class jfun.util.beans.Bean
Get value for an indexed property.
getProperty(Class, Object, Class) - Method in interface jfun.yan.Dependency
Get an instance of a property.
getProperty(Class, Object, Class) - Method in class jfun.yan.ManualDependency
 
getProperty(Class, Object, Class) - Method in class jfun.yan.SimpleDependency
 
getPropertyAutowireMode() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
Get the auto wire mode for properties.
getPropertyAutowireMode() - Method in class jfun.yan.xml.nuts.spring.SpringBeanNut
Decorate the autowire mode by filtering out setters defined in the Spring XXXAware marker interfaces.
getPropertyDescriptor(String) - Method in class jfun.util.beans.BeanType
Get the PropertyDescriptor for a given property.
getPropertyDescriptors() - Method in class jfun.yan.xml.nut.NutDescriptor
Get a map of the property descriptors for this type.
getPropertyKey() - Method in exception jfun.yan.IrresolveablePropertyException
Get the property key.
getPropertyKey() - Method in class jfun.yan.PropertyEntry
Gets the property key.
getPropertyKey() - Method in exception jfun.yan.PropertyTypeMismatchException
Get the property key.
getPropertyName() - Method in exception jfun.util.beans.BeanPropertyException
Get the property name.
getPropertyName() - Method in exception jfun.yan.InvalidPropertyException
Get the property name.
getPropertyNames() - Method in class jfun.util.beans.BeanType
Get the property names of this bean type.
getPropertyNames() - Method in class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
 
getPropertySetter(String) - Method in class jfun.util.beans.BeanType
Get the setter method for a property.
getPropertySetterType(String) - Method in class jfun.util.beans.BeanType
Get the type of the property.
getPropertySetterType(PropertyDescriptor) - Static method in class jfun.util.beans.BeanType
Get the type of a property.
getPropertyType(String) - Method in class jfun.util.beans.BeanType
Get the type of a property.
getPropertyWiring(String) - Method in class jfun.yan.xml.nut.Nut
To get the PropertyBinder object that encapsulates the auto-wiring strategy for a autowire mode specified by the mode name.
getPropertyWiring() - Method in class jfun.yan.xml.NutsProcessor
Get the default property auto-wiring mode.