D | SimpleType.java | 13 public class SimpleType // note: until 2.6 was final class 32 protected SimpleType(Class<?> cls) { in SimpleType() method in SimpleType 36 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType 47 protected SimpleType(TypeBase base) { in SimpleType() method in SimpleType 51 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType 64 protected SimpleType(Class<?> cls, TypeBindings bindings, in SimpleType() method in SimpleType 81 public static SimpleType constructUnsafe(Class<?> raw) { in constructUnsafe() 82 return new SimpleType(raw, null, in constructUnsafe() 101 public static SimpleType construct(Class<?> cls) in construct() 117 return new SimpleType(cls, b, in construct() [all …]
|