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

T

tail() - Method in class jfun.util.List
Get the tail of the list.
THIS_CONTAINER - Static variable in class jfun.yan.xml.Constants
 
thisContainer() - Static method in class jfun.yan.Components
Create a Component object that returns the container object.
thread_local_singleton - Static variable in class jfun.yan.xml.Modes
The thread local scope singleton mode.
ThreadLocalScope<T> - Class in jfun.yan.factory
Represents a pooling strategy that pools the data into a ThreadLocal object.
ThreadLocalScope() - Constructor for class jfun.yan.factory.ThreadLocalScope
 
thrower() - Static method in class jfun.yan.lifecycle.ExceptionHandlers
Get an ExceptionHandler object that re-throw the exception.
TimeZoneEditor - Class in jfun.util.beans
The PropertyEditor that converts between String and TimeZone.
TimeZoneEditor() - Constructor for class jfun.util.beans.TimeZoneEditor
 
TimeZoneEditor(Object) - Constructor for class jfun.util.beans.TimeZoneEditor
 
toArray() - Method in class jfun.util.ArrayAsList
 
toArray() - Method in class jfun.util.IntArray
Create a int[] object with all the elements stored in this IntArray.
toArray() - Method in class jfun.util.List
convert the list to an array.
toArray(Object[]) - Method in class jfun.util.List
add the elements of the list to an array.
toArray(int, Object[]) - Method in class jfun.util.List
add the elements of the list to an array from a certain position.
toBeanType(Class) - Static method in class jfun.yan.util.Utils
Get the BeanType for a class.
toBoolean(String) - Static method in class jfun.yan.xml.NutsUtils
To convert a string literal to boolean.
toComponentBinder(Binder<From, To>) - Static method in class jfun.yan.Monad
Convert a Binder object to a ComponentBinder object by making the verification do nothing.
toFile(File, String) - Static method in class jfun.yan.xml.NutsUtils
Convert a string to a File.
toInjection(Component) - Static method in class jfun.yan.etc.injection.InjectionUtils
Adapt any Component to be one that instantiates Injection instance.
toList(List) - Method in class jfun.util.List
 
toMethodString(String, int) - Static method in class jfun.yan.util.ReflectionUtil
Create a string representation of a method with the given number of formal parameters.
toObjectType(Class) - Static method in class jfun.yan.util.ReflectionUtil
Convert a primitive type to the corresponding wrapper type if any.
toResourceLoader(ClassLoader) - Static method in class jfun.yan.util.resource.ResourceLoaders
Adapt a ClassLoader to ResourceLoader.
toScopePolicy(String) - Static method in class jfun.yan.xfire.ScopeDeserializer
Convert a policy string to ScopePolicy object.
toSet(Object[], String) - Static method in class jfun.yan.util.Utils
Convert an array of objects to a Set.
toStore(L) - Method in class jfun.yan.StoreBinder
Subclasses need to override this method to create the ElementStore object needed to collect the component instances.
toString() - Method in class jfun.util.beans.Bean
 
toString() - Method in class jfun.util.beans.BeanType
 
toString() - Method in class jfun.util.List
 
toString() - Method in class jfun.util.Pair
 
toString() - Method in class jfun.util.SerializableConstructor
 
toString() - Method in class jfun.util.SerializableField
 
toString() - Method in class jfun.util.SerializableMethod
 
toString() - Method in class jfun.yan.ComponentInfo
 
toString() - Method in class jfun.yan.containers.DelegatingContainer
 
toString() - Method in class jfun.yan.containers.InheritedRegistrar
 
toString() - Method in class jfun.yan.containers.SimpleContainer
 
toString() - Method in class jfun.yan.containers.SimpleRegistrar
 
toString() - Method in class jfun.yan.Creator2Component
 
toString() - Method in class jfun.yan.DefaultPropertiesInjector
 
toString() - Method in class jfun.yan.DelegatingComponent
 
toString() - Method in class jfun.yan.DelegatingComponentMap
 
toString() - Method in class jfun.yan.element.AnyArrayStore
 
toString() - Method in class jfun.yan.element.ListStore
 
toString() - Method in class jfun.yan.element.MapStore
 
toString() - Method in class jfun.yan.element.SetStore
 
toString() - Method in class jfun.yan.etc.InjectingProxy
 
toString() - Method in class jfun.yan.FilteredPropertiesInjector
 
toString() - Method in class jfun.yan.function.Property2Signature
 
toString() - Method in class jfun.yan.lifecycle.Lifecycle.Entry
 
toString() - Method in class jfun.yan.ManualDependency
 
toString() - Method in class jfun.yan.ParameterEntry
 
toString() - Method in class jfun.yan.PropertyEntry
 
toString() - Method in class jfun.yan.SimpleComponent
 
toString() - Method in class jfun.yan.StoreBinder
 
toString() - Method in class jfun.yan.util.deserializer.PropertyEditorDeserializer
 
toString() - Method in interface jfun.yan.util.MethodPredicate
Get the name of the predicate.
toString() - Method in class jfun.yan.util.NameFilteredMemberPredicate
 
toString() - Method in class jfun.yan.util.resource.ClassLoader2ResourceLoader
 
toString() - Method in class jfun.yan.util.resource.OrResourceLoader
 
toString(Class[]) - Static method in class jfun.yan.util.Utils
Convert an array of parameter types to a string in the form of "(type1, type2, type3)".
toString() - Method in class jfun.yan.web.ServletContextResourceLoader
 
toString() - Method in class jfun.yan.xfire.ApplicationScopePolicy
 
toString() - Method in class jfun.yan.xfire.SessionScopePolicy
 
toString() - Method in class jfun.yan.xml.DelegatingNutsFunction
 
toString() - Method in class jfun.yan.xml.Location
 
toString() - Method in class jfun.yan.xml.nut.Nut
 
toString() - Method in class jfun.yan.xml.nut.NutDescriptor
 
toString() - Method in class jfun.yan.xml.nuts.Arg
 
toString() - Method in class jfun.yan.xml.UID
 
toUri(String) - Static method in class jfun.yan.xml.NutsUtils
To convert a string literal to a URI object.
toUrl(File, String) - Static method in class jfun.yan.xml.NutsUtils
Convert a string to a URL.
toUrls(File, String) - Static method in class jfun.yan.xml.NutsUtils
Convert a string to an array of URL.
toVerificationBinder(Creator<T>) - Static method in class jfun.yan.Monad
Create a ComponentBinder object that uses a Creator object for instantiation and verification regardless of the input.
transform(Component) - Method in class jfun.yan.containers.ComponentTransformer
Transforms one Component object to another.
transform(Object, Component) - Method in class jfun.yan.containers.ComponentTransformer
Transforms one Component object to another.
TransformingContainer - Class in jfun.yan.containers
A Container that transforms a Component using a ComponentTransformer object before the component is registered into the container.
TransformingContainer(Registrar, ComponentTransformer) - Constructor for class jfun.yan.containers.TransformingContainer
Create a TransformingContainer object.
TRUE - Static variable in class jfun.yan.web.YanLoader
The value "true" that should be specified for YanLoader.USE_SPRING if Spring framework integration is desired.
TRUE - Static variable in class jfun.yan.xml.Constants
 
TYPE - Static variable in class jfun.yan.xml.Constants
 
TypeCaseInjection - Class in jfun.yan.etc.injection
The Nut class for type casing Injection objects for different target types.
TypeCaseInjection(Class[], Injection[]) - Constructor for class jfun.yan.etc.injection.TypeCaseInjection
 
TypeCaseNut - Class in jfun.yan.xml.nuts.optional
This Nut class creates a typecase tag that evaluates to a Binder object.
TypeCaseNut() - Constructor for class jfun.yan.xml.nuts.optional.TypeCaseNut
 
TypeFilteredPropertyPredicate - Class in jfun.yan.etc
A PropertyPredicate implementation that filters property by property name and the declaring class of the property setter method.
TypeFilteredPropertyPredicate() - Constructor for class jfun.yan.etc.TypeFilteredPropertyPredicate
 
Typeful - Interface in jfun.yan
Represents anything that has a type.
TypeMismatchException - Exception in jfun.yan
Represents any type mismatch exception.
TypeMismatchException(Class, Class) - Constructor for exception jfun.yan.TypeMismatchException
Create a TypeMismatchException object.
TypeMismatchException(Class, Class, String) - Constructor for exception jfun.yan.TypeMismatchException
Create a TypeMismatchException object.

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