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, toStringpublic 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 TypeDescriptorpublic boolean equals(Object obj)
equals in class TypeDescriptorpublic String getId()
getId in class TypeDescriptorpublic String getFragment()
getFragment in class TypeDescriptorpublic boolean isMainFragment()
isMainFragment in class TypeDescriptorpublic AdapterDescriptor asAdapterDescriptor()
asAdapterDescriptor in class TypeDescriptorpublic static AdapterDescriptor fromAnnotation(ClassProxy clazz, WebAdapter type)
Copyright © 2019 Nuxeo. All rights reserved.