Package com.comphenix.protocol.reflect.instances


package com.comphenix.protocol.reflect.instances
  • Interface Summary
    Interface
    Description
    Represents a type generator for specific types.
  • Class Summary
    Class
    Description
    Generator that ensures certain types will never be created.
    Provides simple constructors for collection interfaces.
    Used to construct default instances of any type.
    Provides instance constructors using a list of existing values.
     
    Provides constructors for primtive types, wrappers, arrays and strings.
  • Exception Summary
    Exception
    Description
    Invoked when a instance provider indicates that a given type cannot or should not be constructed under any circumstances.