Class LabelFactory
- java.lang.Object
 - 
- com.atlassian.confluence.api.impl.service.content.factory.ModelFactory<Label,Label>
 - 
- com.atlassian.confluence.api.impl.service.content.factory.LabelFactory
 
 
 
- 
public class LabelFactory extends ModelFactory<Label,Label>
Simple converter factory converts a Entity Label to Model Label object- Since:
 - 5.10
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LabelFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelbuildFrom(Label hibernateObject, Expansions expansions)- 
Methods inherited from class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory
asFunction, buildFrom 
 - 
 
 - 
 
- 
- 
Method Detail
- 
buildFrom
public Label buildFrom(Label hibernateObject, Expansions expansions)
- Specified by:
 buildFromin classModelFactory<Label,Label>
 
 - 
 
 -