Uses of Class
com.appslandia.common.objects.ObjectScope
-
Packages that use ObjectScope Package Description com.appslandia.common.objects -
-
Uses of ObjectScope in com.appslandia.common.objects
Methods in com.appslandia.common.objects that return ObjectScope Modifier and Type Method Description ObjectScopeObjectDefinition. getScope()static ObjectScopeAnnotationUtils. parseScope(ObjectProducer<?> producer)static ObjectScopeAnnotationUtils. parseScope(AnnotatedElement element)static ObjectScopeObjectScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectScope[]ObjectScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.appslandia.common.objects with parameters of type ObjectScope Modifier and Type Method Description ObjectFactoryObjectFactory. register(Class<?>[] types, ObjectProducer<?> producer, ObjectScope scope)protected ObjectFactoryObjectFactory. register(Class<?>[] types, ObjectProducer<?> producer, ObjectScope scope, Annotation[] qualifiers)ObjectFactoryObjectFactory. register(Class<?>[] types, Class<?> implClass, ObjectScope scope)protected ObjectFactoryObjectFactory. register(Class<?>[] types, Class<?> implClass, ObjectScope scope, Annotation[] qualifiers)ObjectFactoryObjectFactory. register(Class<?> type, ObjectProducer<?> producer, ObjectScope scope)ObjectFactoryObjectFactory. register(Class<?> type, ObjectProducer<?> producer, ObjectScope scope, Annotation[] qualifiers)ObjectFactoryObjectFactory. register(Class<?> type, Class<?> implClass, ObjectScope scope)ObjectFactoryObjectFactory. register(Class<?> type, Class<?> implClass, ObjectScope scope, Annotation[] qualifiers)ObjectDefinitionObjectDefinition. setScope(ObjectScope scope)
-