Interface QBitMetaDataProducer<C extends QBitConfig>
- All Superinterfaces:
MetaDataProducerInterface<MetaDataProducerMultiOutput>
public interface QBitMetaDataProducer<C extends QBitConfig>
extends MetaDataProducerInterface<MetaDataProducerMultiOutput>
2nd generation interface for top-level meta-data production classes that make
a qbit (evolution over QBitProducer).
-
Field Summary
FieldsFields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
DEFAULT_SORT_ORDER
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
default String
default void
postProduceActions
(MetaDataProducerMultiOutput metaDataProducerMultiOutput, QInstance qinstance) default MetaDataProducerMultiOutput
Produce the metaData object.Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, getSourceClass, isEnabled, setSourceClass
-
Field Details
-
LOG
-
-
Method Details
-
getQBitConfig
C getQBitConfig() -
getQBitMetaData
QBitMetaData getQBitMetaData() -
getNamespace
-
postProduceActions
default void postProduceActions(MetaDataProducerMultiOutput metaDataProducerMultiOutput, QInstance qinstance) throws QException - Throws:
QException
-
getPackageNameForFindingMetaDataProducers
-
produce
Description copied from interface:MetaDataProducerInterface
Produce the metaData object. Generally, you don't want to add it to the instance yourself - but the instance is there in case you need it to get other metaData.- Specified by:
produce
in interfaceMetaDataProducerInterface<C extends QBitConfig>
- Throws:
QException
-