Class MapperReference

All Implemented Interfaces:
Writable
Direct Known Subclasses:
AnnotationMapperReference, DefaultMapperReference

public abstract class MapperReference extends Field
A reference to another mapper class, which itself may be generated or hand-written.
Author:
Gunnar Morling
  • Constructor Details

    • MapperReference

      public MapperReference(Type type, String variableName)
    • MapperReference

      public MapperReference(Type type, String variableName, boolean isUsed)
  • Method Details