public class BinaryAnnotationMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryAnnotationMapping.ExcludableProperty
Represents property which is by default excluded
|
| Constructor and Description |
|---|
BinaryAnnotationMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getEndpointType() |
BinaryAnnotationMapping.ExcludableProperty |
getProperty() |
boolean |
isIgnore() |
void |
setComponentType(String componentType) |
void |
setEndpointType(String endpointType) |
void |
setIgnore(boolean ignore) |
void |
setProperty(BinaryAnnotationMapping.ExcludableProperty property) |
public String getComponentType()
public void setComponentType(String componentType)
public String getEndpointType()
public void setEndpointType(String endpointType)
public BinaryAnnotationMapping.ExcludableProperty getProperty()
public void setProperty(BinaryAnnotationMapping.ExcludableProperty property)
public boolean isIgnore()
public void setIgnore(boolean ignore)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.