Package zombie.util

Class Type

java.lang.Object
zombie.util.Type

public class Type
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Type()  
  • Method Summary

    Modifier and Type Method Description
    static boolean asBoolean​(java.lang.Object object)  
    static boolean asBoolean​(java.lang.Object object, boolean boolean1)  
    static java.lang.Object tryCastTo​(java.lang.Object object, java.lang.Class javaClass)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • tryCastTo

      public static java.lang.Object tryCastTo​(java.lang.Object object, java.lang.Class javaClass)
    • asBoolean

      public static boolean asBoolean​(java.lang.Object object)
    • asBoolean

      public static boolean asBoolean​(java.lang.Object object, boolean boolean1)