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, setVisibility, toString
public String name
public String targetType
public String[] facets
public AdapterDescriptor()
public AdapterDescriptor(ClassProxy clazz, String name, String type, String superType)
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 © 2013 Nuxeo SA. All Rights Reserved.