Class TypedProperties.StringValue
- java.lang.Object
-
- org.apache.activemq.artemis.utils.collections.TypedProperties.StringValue
-
- Enclosing class:
- TypedProperties
public static final class TypedProperties.StringValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypedProperties.StringValue.ByteBufStringValuePool
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intencodeSize()ObjectgetValue()voidwrite(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
getValue
public Object getValue()
-
write
public void write(io.netty.buffer.ByteBuf buffer)
-
encodeSize
public int encodeSize()
-
-