Module aeonics.http
Package aeonics.http

Class Endpoint

    • Constructor Detail

      • Endpoint

        public Endpoint()
    • Method Detail

      • category

        protected java.lang.Class<? extends Endpoint> category()
        Description copied from class: Item
        Returns the target entity category. This method should be implemented by subclasses to specify the entity category.
        Specified by:
        category in class Item<Endpoint.Type>
        Returns:
        the target entity category
      • template

        public Endpoint.Template template()
        Description copied from class: Item
        Returns the template to build the target entity.

        This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement.

        Overrides:
        template in class Item<Endpoint.Type>
        Returns:
        the matching entity template