Skip to content

Commit 8de6441

Browse files
feat: Make EppoValue.type publicly accessible (#122)
1 parent 9678bf2 commit 8de6441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/cloud/eppo/api/EppoValue.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ public boolean isStringArray() {
9292
return type == EppoValueType.ARRAY_OF_STRING;
9393
}
9494

95+
public EppoValueType getType() {
96+
return type;
97+
}
98+
9599
@Override
96100
public String toString() {
97101
switch (this.type) {

0 commit comments

Comments
 (0)