| Package | Description |
|---|---|
| org.apache.cxf.jaxrs.provider.atom |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntryBuilder<T>
A callback-style provider which can be used to map an object to Atom Entry
without having to deal directly with types representing Atom entries
|
class |
AbstractFeedBuilder<T>
A callback-style provider which can be used to map an object to Atom Feed
without having to deal directly with types representing Atom feeds
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAtomElementBuilder<?> |
AtomPojoProvider.getAtomBuilder(Class<?> pojoClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomPojoProvider.setAtomBuilders(Map<String,AbstractAtomElementBuilder<?>> builders) |
void |
AtomPojoProvider.setAtomClassBuilders(Map<Class<?>,AbstractAtomElementBuilder<?>> builders) |
Apache CXF