Class ClassSelector

    • Method Detail

      • getClassName

        public String getClassName()
        Get the selected class name.
      • getJavaClass

        public Class<?> getJavaClass()
        Get the selected Class.

        If the Class was not provided, but only the name, this method attempts to lazily load the Class based on its name and throws a PreconditionViolationException if the class cannot be loaded.

      • equals

        @API(status=STABLE,
             since="1.3")
        public boolean equals​(Object o)
        Overrides:
        equals in class Object
        Since:
        1.3
      • hashCode

        @API(status=STABLE,
             since="1.3")
        public int hashCode()
        Overrides:
        hashCode in class Object
        Since:
        1.3