Class KotlinPanacheMongoResourceProcessor

java.lang.Object
io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
io.quarkus.mongodb.panache.kotlin.deployment.KotlinPanacheMongoResourceProcessor

public class KotlinPanacheMongoResourceProcessor extends io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     

    Fields inherited from class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor

    BSON_ID, BSON_IGNORE, BSON_PACKAGE, BSON_PROPERTY, MONGO_DATABASE_RESOLVER, MONGO_ENTITY, PROJECTION_FOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildImperativeCompanions(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.builditem.ApplicationIndexBuildItem applicationIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.mongodb.panache.common.deployment.PropertyMappingClassBuildStep> propertyMappingClass, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem> methodCustomizersBuildItems)
     
    void
    buildReactiveCompanions(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.mongodb.panache.common.deployment.PropertyMappingClassBuildStep> propertyMappingClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem> methodCustomizersBuildItems)
     
    io.quarkus.panache.common.deployment.PanacheEntityEnhancer
    createEntityEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.MetamodelInfo modelInfo)
     
    io.quarkus.panache.common.deployment.PanacheEntityEnhancer
    createReactiveEntityEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.MetamodelInfo modelInfo)
     
    io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer
    createReactiveRepositoryEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers)
     
    io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer
    createRepositoryEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers)
     
    protected io.quarkus.deployment.builditem.FeatureBuildItem
     
     
     

    Methods inherited from class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor

    buildImperative, buildReactive, buildReplacementMap, findEntityClasses, handleProjectionFor, mongoClientNames, processEntities, processRepositories, processTypes, registerJacksonSerDeser, registerJsonbSerDeser, unremovableClients, unremovableMongoDatabaseResolvers, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • KotlinPanacheMongoResourceProcessor

      public KotlinPanacheMongoResourceProcessor()
  • Method Details

    • buildImperativeCompanions

      public void buildImperativeCompanions(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.builditem.ApplicationIndexBuildItem applicationIndex, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.mongodb.panache.common.deployment.PropertyMappingClassBuildStep> propertyMappingClass, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem> methodCustomizersBuildItems)
    • buildReactiveCompanions

      public void buildReactiveCompanions(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.mongodb.panache.common.deployment.PropertyMappingClassBuildStep> propertyMappingClass, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.BytecodeTransformerBuildItem> transformers, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem> methodCustomizersBuildItems)
    • getImperativeTypeBundle

      protected KotlinImperativeTypeBundle getImperativeTypeBundle()
      Specified by:
      getImperativeTypeBundle in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
    • getReactiveTypeBundle

      protected KotlinReactiveTypeBundle getReactiveTypeBundle()
      Specified by:
      getReactiveTypeBundle in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
    • featureBuildItem

      protected io.quarkus.deployment.builditem.FeatureBuildItem featureBuildItem()
    • createEntityEnhancer

      public io.quarkus.panache.common.deployment.PanacheEntityEnhancer createEntityEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.MetamodelInfo modelInfo)
      Specified by:
      createEntityEnhancer in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
    • createReactiveEntityEnhancer

      public io.quarkus.panache.common.deployment.PanacheEntityEnhancer createReactiveEntityEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers, io.quarkus.panache.common.deployment.MetamodelInfo modelInfo)
      Specified by:
      createReactiveEntityEnhancer in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
    • createRepositoryEnhancer

      public io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer createRepositoryEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers)
      Specified by:
      createRepositoryEnhancer in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor
    • createReactiveRepositoryEnhancer

      public io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer createReactiveRepositoryEnhancer(io.quarkus.deployment.builditem.CombinedIndexBuildItem index, List<io.quarkus.panache.common.deployment.PanacheMethodCustomizer> methodCustomizers)
      Specified by:
      createReactiveRepositoryEnhancer in class io.quarkus.mongodb.panache.common.deployment.BasePanacheMongoResourceProcessor