Class BeanMappingMethod

    • Method Detail

      • getConstructorConstantMappings

        public List<PropertyMapping> getConstructorConstantMappings()
      • getReturnTypeToConstruct

        public Type getReturnTypeToConstruct()
      • hasSubclassMappings

        public boolean hasSubclassMappings()
      • isAbstractReturnType

        public boolean isAbstractReturnType()
      • hasConstructorMappings

        public boolean hasConstructorMappings()
      • getImportTypes

        public Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Overrides:
        getImportTypes in class NormalTypeMappingMethod
        Returns:
        A set with type referenced by this model element. Must not be null.
      • getSourceParametersExcludingPrimitives

        public List<Parameter> getSourceParametersExcludingPrimitives()
      • getSourceParametersNeedingNullCheck

        public List<Parameter> getSourceParametersNeedingNullCheck()
      • getSourceParametersNotNeedingNullCheck

        public List<Parameter> getSourceParametersNotNeedingNullCheck()