Class DtoReferenceBinder<D extends IdDto,R extends DtoReference<D,R>>

    • Constructor Detail

      • DtoReferenceBinder

        public DtoReferenceBinder​(Class<D> dtoType,
                                  Class<R> referenceType)
    • Method Detail

      • getKey

        public String getKey()
      • getDtoType

        public Class<D> getDtoType()
      • getReferenceType

        public Class<R> getReferenceType()