Class SectionClassManagedObjectSource
- java.lang.Object
-
- net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource<O,F>
-
- net.officefloor.frame.api.managedobject.source.impl.AbstractManagedObjectSource<Indexed,Indexed>
-
- net.officefloor.plugin.managedobject.clazz.ClassManagedObjectSource
-
- net.officefloor.plugin.section.clazz.SectionClassManagedObjectSource
-
- All Implemented Interfaces:
ManagedObjectSourceService<Indexed,Indexed,ClassManagedObjectSource>
,ManagedObjectSourceServiceFactory
,ManagedObjectSource<Indexed,Indexed>
,ServiceFactory<ManagedObjectSourceService<?,?,?>>
@PrivateSource public class SectionClassManagedObjectSource extends ClassManagedObjectSource
ManagedObjectSource
implementation to make theClassSectionSource
object available with necessary dependency injection.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource
AbstractAsyncManagedObjectSource.DependencyLabeller<K extends java.lang.Enum<K>>, AbstractAsyncManagedObjectSource.ExecutionLabeller, AbstractAsyncManagedObjectSource.Labeller<K extends java.lang.Enum<K>>, AbstractAsyncManagedObjectSource.MetaDataContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>, AbstractAsyncManagedObjectSource.SpecificationContext
-
-
Field Summary
-
Fields inherited from class net.officefloor.plugin.managedobject.clazz.ClassManagedObjectSource
CLASS_NAME_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description SectionClassManagedObjectSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.reflect.Field>
extractDependencyFields(java.lang.Class<?> objectClass)
Allows overriding the extraction of the dependencyField
instances.-
Methods inherited from class net.officefloor.plugin.managedobject.clazz.ClassManagedObjectSource
createService, extractDependencyMetaData, getManagedObject, getManagedObjectSourceAlias, getManagedObjectSourceClass, loadMetaData, loadSpecification, newInstance, newInstance, start
-
Methods inherited from class net.officefloor.frame.api.managedobject.source.impl.AbstractManagedObjectSource
sourceManagedObject
-
Methods inherited from class net.officefloor.frame.api.managedobject.source.impl.AbstractAsyncManagedObjectSource
getSpecification, init, stop
-
-
-
-
Method Detail
-
extractDependencyFields
protected java.util.List<java.lang.reflect.Field> extractDependencyFields(java.lang.Class<?> objectClass)
Description copied from class:ClassManagedObjectSource
Allows overriding the extraction of the dependencyField
instances.- Overrides:
extractDependencyFields
in classClassManagedObjectSource
- Parameters:
objectClass
- Class to extract dependencyField
instances.- Returns:
- Listing of
Field
instances to be dependency injected.
-
-