Package org.apache.cxf.annotations
Annotation Type FastInfoset
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface FastInfoset Enables FastInfoset negotiation
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description booleanforceSet to true in order for FastInfoset to be always used without negotiationintserializerAttributeValueMapMemoryLimitSets the propertyattributeValueMapMemoryLimiton FastInfoset StAX Serializers.intserializerCharacterContentChunkMapMemoryLimitSets the propertycharacterContentChunkMapMemoryLimiton FastInfoset StAX Serializers.intserializerMaxAttributeValueSizeSets the propertymaxAttributeValueSizeon FastInfoset StAX Serializers.intserializerMaxCharacterContentChunkSizeSets the propertymaxCharacterContentChunkSizeon FastInfoset StAX Serializers.intserializerMinAttributeValueSizeSets the propertyminAttributeValueSizeon FastInfoset StAX Serializers.intserializerMinCharacterContentChunkSizeSets the propertyminCharacterContentChunkSizeon FastInfoset StAX Serializers.
 
- 
- 
- 
- 
serializerAttributeValueMapMemoryLimitint serializerAttributeValueMapMemoryLimit Sets 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
 
 
- 
 - 
- 
serializerMaxAttributeValueSizeint serializerMaxAttributeValueSize Sets 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 serializerCharacterContentChunkMapMemoryLimit Sets 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
 
 
- 
 - 
- 
serializerMaxCharacterContentChunkSizeint serializerMaxCharacterContentChunkSize Sets 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
 
 
- 
 
-