@groovy.transform.CompileStatic class GloopByteArray extends GloopObject<byte[]>
| Constructor and description | 
|---|
                                GloopByteArray
                                () | 
                        
                                GloopByteArray
                                (java.lang.String name) | 
                        
                                GloopByteArray
                                (java.lang.String name, java.lang.Object value) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.Object | 
                            getFormattedValue(java.lang.String type, java.util.Map extraParams)The default implementation for this class is to convert the byte arrays to base64 encoded strings if it has no outputExpressions  | 
                        
 | 
                            protected java.lang.String | 
                            getGloopDocType() | 
                        
 | 
                            java.lang.String | 
                            getType() | 
                        
 | 
                            java.lang.Object | 
                            parseVal(java.lang.Object val) | 
                        
The default implementation for this class is to convert the byte arrays to base64 encoded strings if it has no outputExpressions @return