Class BeanIdentityInfo

java.lang.Object
org.dominokit.jacksonapt.processor.BeanIdentityInfo

public class BeanIdentityInfo
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    javax.lang.model.type.TypeMirror getGenerator()  
    java.lang.String getPropertyName()  
    java.util.Optional<javax.lang.model.type.TypeMirror> getScope()  
    java.util.Optional<javax.lang.model.type.TypeMirror> getType()  
    boolean isAlwaysAsId()  
    boolean isIdABeanProperty()  

    Methods inherited from class java.lang.Object

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

    • getPropertyName

      public java.lang.String getPropertyName()
    • isIdABeanProperty

      public boolean isIdABeanProperty()
    • isAlwaysAsId

      public boolean isAlwaysAsId()
    • getGenerator

      public javax.lang.model.type.TypeMirror getGenerator()
    • getScope

      public java.util.Optional<javax.lang.model.type.TypeMirror> getScope()
    • getType

      public java.util.Optional<javax.lang.model.type.TypeMirror> getType()