Skip to content

Commit

Permalink
not yet implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Aug 16, 2024
1 parent 577391b commit 94d8ebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/amihaiemil/eoyaml/YamlMapping.java
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ default JsonObject toJsonObject() {
* using a visitor.
*/
default <T> T toObject(final Class<T> clazz) {
return null;
throw new UnsupportedOperationException(
"Not yet implemented. See decorators-squad/eo-yaml#631"
);
}
}

0 comments on commit 94d8ebb

Please sign in to comment.