Package org.apache.cxf.annotations
Annotation Type FastInfoset
Enables FastInfoset negotiation
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanSet to true in order for FastInfoset to be always used without negotiationintSets the propertyattributeValueMapMemoryLimiton FastInfoset StAX Serializers.intSets the propertycharacterContentChunkMapMemoryLimiton FastInfoset StAX Serializers.intSets the propertymaxAttributeValueSizeon FastInfoset StAX Serializers.intSets the propertymaxCharacterContentChunkSizeon FastInfoset StAX Serializers.intSets the propertyminAttributeValueSizeon FastInfoset StAX Serializers.intSets the propertyminCharacterContentChunkSizeon FastInfoset StAX Serializers.
- 
Element Details- 
forceboolean forceSet to true in order for FastInfoset to be always used without negotiation- Default:
- false
 
- 
serializerAttributeValueMapMemoryLimitint serializerAttributeValueMapMemoryLimitSets the propertyattributeValueMapMemoryLimiton FastInfoset StAX Serializers. The property controls attribute value map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
 
- 
serializerMinAttributeValueSizeint serializerMinAttributeValueSizeSets the propertyminAttributeValueSizeon FastInfoset StAX Serializers. The property controls the minimum size of attribute values to be indexed.- Default:
- -1
 
- 
serializerMaxAttributeValueSizeint serializerMaxAttributeValueSizeSets the propertymaxAttributeValueSizeon FastInfoset StAX Serializers. The property controls the maximum size of attribute values to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
 
- 
serializerCharacterContentChunkMapMemoryLimitint serializerCharacterContentChunkMapMemoryLimitSets the propertycharacterContentChunkMapMemoryLimiton FastInfoset StAX Serializers. The property controls character content chunk map size and can be used to control the memory and (indirectly) CPU footprint of processing.- Default:
- -1
 
- 
serializerMinCharacterContentChunkSizeint serializerMinCharacterContentChunkSizeSets the propertyminCharacterContentChunkSizeon FastInfoset StAX Serializers. The property controls the minimum size of character content chunks to be indexed.- Default:
- -1
 
- 
serializerMaxCharacterContentChunkSizeint serializerMaxCharacterContentChunkSizeSets the propertymaxCharacterContentChunkSizeon FastInfoset StAX Serializers. The property controls the maximum size of character content chunks to be indexed. Tests have shown that setting this property to lower values reduces CPU burden of processing, at the expense of larger sizes of resultant encoded Fast Infoset data.- Default:
- -1
 
 
-