public interface TypeHolder<O extends JavaType<O>>
JavaType that may declare types.| Modifier and Type | Method and Description |
|---|---|
JavaType<?> |
getNestedType(String name)
Get the
JavaType with the given name and return it, otherwise, return null. |
List<? extends JavaType<?>> |
getNestedTypes()
|
boolean |
hasNestedType(Class<?> type)
Return whether or not this
O declares the given Class instance. |
boolean |
hasNestedType(JavaType<?> type)
Return whether or not this
O declares the given JavaType instance. |
boolean |
hasNestedType(String name)
Return whether or not this
O declares a type with the given name. |
boolean hasNestedType(String name)
O declares a type with the given name.boolean hasNestedType(JavaType<?> type)
O declares the given JavaType instance.boolean hasNestedType(Class<?> type)
O declares the given Class instance.Copyright © 2016 JBoss by Red Hat. All rights reserved.