Class Mapper.Identification

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Mapper

    public static final class Mapper.Identification
    extends Object
    implements Serializable
    Identifiers assigned by a server to identify a client mapper and its repository.
    See Also:
    Serialized Form
    • Field Detail

      • repositoryId

        public final String repositoryId
      • mapperId

        public final String mapperId
    • Constructor Detail

      • Identification

        public Identification​(String repositoryId,
                              String mapperId)