public class AdapterDescriptor extends TypeDescriptor
Modifier and Type | Field and Description |
---|---|
String[] |
facets |
String |
name |
String |
targetType |
clazz, fragment, superType, type, visibility
Constructor and Description |
---|
AdapterDescriptor() |
AdapterDescriptor(ClassProxy clazz,
String name,
String type,
String superType) |
AdapterDescriptor(ClassProxy clazz,
String name,
String type,
String superType,
String targetType,
String[] facets) |
Modifier and Type | Method and Description |
---|---|
AdapterDescriptor |
asAdapterDescriptor() |
boolean |
equals(Object obj) |
static AdapterDescriptor |
fromAnnotation(ClassProxy clazz,
WebAdapter type) |
String |
getFragment() |
String |
getId() |
boolean |
isAdapter() |
boolean |
isMainFragment() |
asTypeDescriptor, clone, fromAnnotation, getVisibility, hashCode, setVisibility, toString
public String targetType
public AdapterDescriptor()
public AdapterDescriptor(ClassProxy clazz, String name, String type, String superType)
public AdapterDescriptor(ClassProxy clazz, String name, String type, String superType, String targetType, String[] facets)
public boolean isAdapter()
isAdapter
in class TypeDescriptor
public boolean equals(Object obj)
equals
in class TypeDescriptor
public String getId()
getId
in class TypeDescriptor
public String getFragment()
getFragment
in class TypeDescriptor
public boolean isMainFragment()
isMainFragment
in class TypeDescriptor
public AdapterDescriptor asAdapterDescriptor()
asAdapterDescriptor
in class TypeDescriptor
public static AdapterDescriptor fromAnnotation(ClassProxy clazz, WebAdapter type)
Copyright © 2018 Nuxeo. All rights reserved.